ubg_terminal_init

Syntax:

ubg_terminal_init()

Returns: (bool)

Description:

Initializes variables and creates necessary objects to begin using the UBG Terminal system. This script must be called once at the start of the game. It creates the terminal system and initializes the base properties.

One object is created in order to handle the terminal and it is set to be persistent. Make sure that you do not deactivate it or create it manually!

Back: System
Next: ubg_terminal_free